home *** CD-ROM | disk | FTP | other *** search
- subtitleTextBox. setText ("")
- mainTextBox. setText ("")
-
- inputFile. setFlashFileMode ( 3 )
- activeOutputProbe. setFlashFileMode ( 3 )
-
- SourcePath = macro. pathFromMacro ( "xorConsoleTesting.cpp" )
- control. setCodeGenProjectPath ( SourcePath )
-
- activeBreadboard. select ( NULL , FALSE )
-
- ControlMacroPath = macro. pathFromMacro ( "viewSourceCode2.nsm" )
- viewSourceCode. setMacroPath ( ControlMacroPath )
-
- NextMacroPath = macro. pathFromMacro ( "Embedded training.nsm" )
- nextButton. setMacroPath ( NextMacroPath )
- SubtitleIndex = subtitleTextBox. setTextFromFile (TextBoxPath, SubtitleIndex)
- MainIndex = mainTextBox. setTextFromFile (TextBoxPath, MainIndex)
-